]> dgit.raspbian.org Git - rust-debcargo.git/commitdiff
relax-deps
authorDebian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Sat, 4 Jul 2026 13:27:18 +0000 (13:27 +0000)
committerPeter Michael Green <plugwash@debian.org>
Sat, 4 Jul 2026 13:27:18 +0000 (13:27 +0000)
Gbp-Pq: Name relax-deps.patch

Cargo.toml

index 33f4955b5046879f0750fabe274d2c97a3353070..a75b31753cd68ca9a0d6795e05ec5e508760f2db 100644 (file)
@@ -141,10 +141,10 @@ version = "3"
 version = "0.16"
 
 [dependencies.toml]
-version = "0.9"
+version = "1"
 
 [dependencies.toml_edit]
-version = ">= 0.22, < 0.24"
+version = "0.25"
 
 [dependencies.walkdir]
 version = "2"